func time.tzset
3 uses
time (current package)
zoneinfo.go#L185: if ename, eoffset, estart, eend, eisDST, ok := tzset(l.extend, end, sec); ok {
zoneinfo.go#L251: func tzset(s string, initEnd, sec int64) (name string, offset int, start, end int64, isDST, ok bool) {
zoneinfo_read.go#L332: if name, offset, estart, eend, isDST, ok := tzset(l.extend, l.cacheEnd, sec); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)